/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
color: black;
	margin: 0;
	padding: 0;
}

body  { font-size: 10px; font-family: Verdana, sans-serif; background: #fff }

body.section-1  { margin-top: 30px; margin-left: 30px }
body.section-2  { }
body.section-3  { }

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; color: #FF3B00 }

a img { border: none; }

#menu  { line-height: 15px; background-color: transparent; position: fixed; top: 20px; bottom: 0; left: 30px; width: 300px; height: 100%; overflow: auto }

#menu ul {
	list-style: none; background-color: transparent;
	margin: 0 0 20px 0;
}

#menu ul li.section-title { font-weight: bold }

#content {
    height: 100%;line-height: 15px;
    margin: 0 0 0 280px; margin-top: 20px;
}

.container {
    padding: 5px 5px 0px 5px;
}

#content p { width: 400px; margin-bottom: 5px; }

p {
    margin: 0 0 20px 0;
}

h1    { color: black; font-size: 19px; font-family: Arial; line-height: 115%; margin-left: 45px; top: 50px; width: 440px }
h2     { font-size: 12px; font-family: Arial; font-weight: normal; line-height: 130%; margin-left: 45px; top: 50px; width: 440px }
h3    { font-size: 8pt; font-family: Arial; font-weight: normal; line-height: 130%; margin-left: 45px; top: 50px; width: 440px }
h4   { font-size: 12px; font-weight: normal; margin-left: 45px; width: 440px }

#img-container	 { margin: 0; padding: 0 }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 15px 0; }

#once { clear: left; }
